home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / A / AnalyzeCL Utils.cpt / CLAnalysis Stacks.sit / BBS Stats / card_8594.txt < prev    next >
Encoding:
Text File  |  1989-05-23  |  943 b   |  48 lines

  1. -- card: 8594 from stack: in
  2. -- bmap block id: 17687
  3. -- flags: 0000
  4. -- background id: 8251
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=365 top=93 right=111 bottom=472
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Load Data
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global newdata
  23.   delecards
  24.   readfile (the short name of this background && "Stats")
  25.   put true into newdata
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 3 (button)
  31. -- low flags: 00
  32. -- high flags: 8003
  33. -- rect: left=367 top=129 right=147 bottom=474
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Delete Cards
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   global newdata
  45.   delecards
  46. end mouseUp
  47.  
  48.